02. Software Requirements
Software Requirements
This project will be hosted on a workspace in the classroom and therefore all environment dependencies are already taken care of. However, if you would like to run project on your own system, you will need the following:
This project uses the following software and Python libraries:
You will also need to have software installed to run and execute a Jupyter Notebook.
If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included.
If you already have Python 2.7/3.x installed on your computer, then you can install numpy
, pandas
, matplotlib
, and Jupyter Notebook (formerly known as 'iPython') by using pip on the command line. This page may also be of use for some packages for Windows users, if pip has trouble performing the installation. After installing pip, you can install all the packages with the following command:
pip install --user numpy pandas matplotlib jupyter